func github.com/oapi-codegen/runtime.bindFormImpl
8 uses
github.com/oapi-codegen/runtime (current package)
bindform.go#L82: if _, err := bindFormImpl(field, form, files, tag); err != nil {
bindform.go#L125: func bindFormImpl(v reflect.Value, form map[string][]string, files map[string][]*multipart.FileHeader, name string) (bool, error) {
bindform.go#L129: return bindFormImpl(v.Elem(), form, files, name)
bindform.go#L135: ptrHasData, err := bindFormImpl(ptrData, form, files, name)
bindform.go#L156: if _, err := bindFormImpl(result.Index(i), form, files, fmt.Sprintf("%s[%v]", name, i)); err != nil {
bindform.go#L190: fieldHasData, err := bindFormImpl(v.Field(i), form, files, fmt.Sprintf("%s[%s]", name, tag))
bindform.go#L258: ptrHasData, err := bindFormImpl(value, form, files, fmt.Sprintf("%s[%s]", name, key))
bindform.go#L275: ptrHasData, err := bindFormImpl(value, form, files, fmt.Sprintf("%s[%s]", name, key))
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |